KREDOR Business Object Framework Documentation

SelectFrom<T>.Select Method ()

Executes the current Select query SelectFrom`1 and returns a List`1 containing the matched objects matched by the current SelectFrom statement.

public List<T> Select();

Return Value

A List`1 containing the objects matched by the current SelectFrom query

See Also

SelectFrom<T> Class | Kredor.BO Namespace | SelectFrom<T>.Select Overload List